home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / vpix19m.zip / UPDATE!.DOC < prev    next >
Text File  |  1992-06-17  |  6KB  |  107 lines

  1.  
  2.                                 VIEWPIX UPDATES
  3.  
  4.     02/12/92 -  v1.0-1.5 Initial release
  5.  
  6.     02/14/92 -  v1.6    -Fixed bug in GIF file listing routines.
  7.                         -Fixed array dimensioning overflow error.
  8.  
  9.     02/15/92 -  v1.7    -Added configuration options.
  10.                         -Fixed code that returns DOS errorlevel.
  11.                         -Made calls to DSZ external through BAT files.
  12.  
  13.     02/15/92 -  v1.8    -Added check for free space on work drive.
  14.                         -Updated doc file to include the text about adding
  15.                          set gifdesk=file line to AUTOEXEC.BAT file.
  16.                         -Cosmetic changes.
  17.  
  18.     02/24/92 -  v1.9    -fixed bug in filename input routine.  Door would
  19.                          sometimes crash when users entered filenames without
  20.                          marking them first.
  21.  
  22.     02/25/92 -  v1.9A   -added better configuration checking.
  23.  
  24.     02/25/92 -  v1.9B   -added options in VIEWPIX.CNF (config file) to allow
  25.                          for non-standard com port setups.  Sysops can include
  26.                          port #, IRQ, IOBase address, parity, and stop bits to
  27.                          config file if so needed.  Here's the way the config
  28.                          file would look:
  29.  
  30.   Standard Setup (no weird com stuff)  Non-Standard Setup
  31.   -----------------------------------  ---------------------------------------
  32.    c:\gap                                c:\gap
  33.    No Anchovies PC                       No Anchovies PC
  34.    GAP                                   GAP
  35.    0000                                  0000
  36.    i:\viewpix\viewpix                    i:\viewpix\viewpix
  37.    F:                                    F:
  38.    7                                     7
  39.    456789                                456789
  40.    NONE   <-this has been added          #    <- Port number
  41.             since docs were written      #    <- IRQ number
  42.                                          #### <-IOBase address (decimal only!)
  43.                                          #    <- parity (0 = NO parity)
  44.                                          #    <- data bits (8 = normal)
  45.  
  46.     02/25/92 -  v1.9C   -fixed a small problem (not really a bug) in the
  47.                          error trapping routine.  Door will now properly exit
  48.                          back to BBS if program error occurs.
  49.  
  50.     02/28/92 -  v1.9D   -optimized the code a bit.  Was told the above port
  51.                          addressing actually works! (a programming 1st for me).
  52.  
  53.     02/29/92 -  v1.9E   -maintenance release.  I forgot to turn on the door's
  54.                          error checking routines.  Dressed up configuration
  55.                          screen a bit.
  56.  
  57.     03/05/92 -  v1.9F   -ViewPix sometimes "loses it's place" and can't find
  58.                          its way back to the directory from which it's being
  59.                          executed.  Added routines to fix this problem.
  60.  
  61.     04/18/92 -  v1.9G   -Added option to search function so users can begin
  62.                          searching from anywhere within a directory.  Also
  63.                          added a file counting routine that shows users that
  64.                          the door is actually doing something during a search.
  65.  
  66.     04/19/92 -  v1.9H   -Added file sizes to listings.  Changed listing header
  67.                          to show dir name and number of files in dir.
  68.  
  69.     04/27/92 -  v1.9I   -IMPORTANT!!!  Changed Config file format.  See below.
  70.  
  71.             NOTE: The config file has one less line than previous versions.
  72.  
  73.              1-    c:\gap          <-path to DOOR.SYS (or "door" file)
  74.              2-    No Anchovies    <-BBS name
  75.              3-    GAP             <-Type of software (see DOC file)
  76.              4-    #####           <-Your serial number
  77.              5-    c:\viewpix\file <-CHANGED!!! Drive:\path\name (NO EXTENSION)
  78.                                      to DIR & LST files
  79.              6-    F:              <-Work disk (or "NONE")
  80.              7-    7               <-Default ViewPix setup (see DOC file)
  81.              8-    456789          <-Default setup choices (see DOC)
  82.              9-    NONE            <-See DOC for remaining lines
  83.             10+                    <- "   "   "      "       " 
  84.  
  85.                         -Added VPCOMP utility to compile directory listings
  86.                          so ViewPix can search and sort dirs MUCH FASTER.
  87.                          Place VPCOMP anywhere on your system and type VPCOMP
  88.                          to see the command line arguments for this utility
  89.              OR read VPCOMP.DOC.
  90.  
  91.     05/07/92 -  v1.9j   -Cleaned up the code a bit.
  92.                         -Changed the way the file listings print to the screen.
  93.  
  94.     06/12/92 -  v1.9k   -Thanks to Tyler Ramsey in Orlando, Florida, I've
  95.                          been able to fix a problem with ViewPix running from
  96.                          Remote Access BBS (and RBBS).  RA sysops: use RBBS.
  97.                         -Fixed 2 very obscure bugs.
  98.  
  99.     06/14/92 -  v1.9l   -Recompiled ViewPix with updated PBClone library.
  100.                         -Fixed a variable name conflict that MAY have caused
  101.                          a problem with certain BBS software.
  102.  
  103.     06/17/92 -  v1.9m   -Added flashing arrow to ViewPix user configuration
  104.                          screen.  In doing so, found a nasty bug in the
  105.                          greyscale configuration option routine and fixed it.
  106.  
  107. <eof>